home *** CD-ROM | disk | FTP | other *** search
- {===EZDSLDEF.INC======================================================
-
- Compiler defines for the EZ Delphi Structures Library.
-
- EZDSLDEF.INC is Copyright (c) 1995-1998 by Julian M. Bucknall
-
- VERSION HISTORY
- 18Mar98 JMB 3.00 Initial release (BETA TEST)
- {=====================================================================}
-
- {Notes: to deactivate a compiler define, place a period '.' between }
- { the left curly brace and the '$' of '$DEFINE'. }
-
- {Undefine this if you don't want debugging info or assertion checks }
- {$DEFINE DEBUG}
-
- {Undefine this if you want to unroll the binary tree recursive }
- {routines using TStacks and TQueues }
- {$DEFINE UseTreeRecursion}
-
- {Undefine this if you want to see all the warnings Delphi 2.0 produces}
- {for EZDSL units. Has no effect for Delphi 1.0. Note that all warnings}
- {have been verified to be false (generally because an exception would }
- {have been raised, for example). }
- {.$DEFINE SuppressWarnings}
-
-